@font-face {
    font-family: 'Mercedes Benz CorpS';
    src: url('CorpSRegular.woff2') format('woff2'),
        url('CorpSRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mercedes Benz CorpS';
    src: url('CorpSLight.woff2') format('woff2'),
        url('CorpSLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mercedes Benz CorpS';
    src: url('CorpSBold.woff2') format('woff2'),
        url('CorpSBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mercedes Benz CorpS';
    src: url('CorpSBoldItalic.woff2') format('woff2'),
        url('CorpSBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

